home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / about.dir / 00106.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  340 b   |  20 lines

  1. on idle
  2.   if rollOver(3) then
  3.     set the castNum of sprite 3 to 30
  4.   else
  5.     set the castNum of sprite 3 to 29
  6.   end if
  7.   if rollOver(21) then
  8.     set the ink of sprite 22 to 0
  9.   else
  10.     set the ink of sprite 22 to 39
  11.   end if
  12. end
  13.  
  14. on exitFrame
  15.   if soundBusy(2) = 0 then
  16.     sound playFile 2, "ONSIDE2.AIF"
  17.   end if
  18.   go(the frame)
  19. end
  20.